Package org.kie.internal.runtime.manager
Interface RuntimeManagerIdFilter
-
public interface RuntimeManagerIdFilter
Allows to apply filtering on runtime manager identifiers to find only those matching
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
filter(String pattern, Collection<String> identifiers)
Filters givenidentifiers
based on given pattern and return only those matching.
-
-
-
Method Detail
-
filter
Collection<String> filter(String pattern, Collection<String> identifiers)
Filters givenidentifiers
based on given pattern and return only those matching.- Parameters:
pattern
- pattern used to filter identifiersidentifiers
- all available identifiers- Returns:
- returns only matched identifiers or empty list in case of no match found
-
-